* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  --themeColor: #215fa8;
  --subColor: #215fa8;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.center {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.head .head-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .yuyan {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 6px 10px;
  border-radius: 0px 0px 6px 6px;
  background: #e9e9e9;
}
.head .head-main .yuyan ul {
  display: flex;
  align-items: center;
}
.head .head-main .yuyan ul li {
  color: #888;
  font-size: 12px;
}
.head .head-main .yuyan ul li:nth-child(2) {
  margin: 0px 6px;
}
.head .head-main .yuyan ul li .active {
  color: var(--themeColor);
  text-decoration: underline;
}
.head .head-main .yuyan ul li a {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.head .head-main .yuyan ul li a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
.head .head-main .yuyan ul li a img {
  width: 22px;
  margin-right: 5px;
}
.head .head-main .head-logo {
  width: 15%;
}
.head .head-main .head-logo a {
  display: block;
}
.head .head-main .head-logo a img {
  display: block;
}
.head .head-main .head-nav {
  width: 63%;
}
.head .head-main .head-nav > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.head .head-main .head-nav > ul > li {
  width: 10%;
  display: block;
  position: relative;
}
.head .head-main .head-nav > ul > li:hover > a {
  color: var(--themeColor);
}
.head .head-main .head-nav > ul > li:hover > a::after {
  width: 100%;
}
.head .head-main .head-nav > ul > li:hover .erji2 {
  visibility: visible;
  opacity: 1;
}
.head .head-main .head-nav > ul > li > a {
  display: flex;
  justify-content: center;
  padding: 45px 0px;
  position: relative;
  font-size: 18px;
}
.head .head-main .head-nav > ul > li > a::after {
  content: "";
  width: 0%;
  height: 4px;
  position: absolute;
  top: 0px;
  border-radius: 35px;
  left: 0px;
  background: var(--themeColor);
  transition: all 0.5s;
}
.head .head-main .head-nav > ul > li .active {
  color: var(--themeColor);
}
.head .head-main .head-nav > ul > li .active::after {
  width: 100%;
}
.head .head-main .head-nav > ul > li .erji2 {
  position: absolute;
  width: 200%;
  z-index: 66;
  visibility: hidden;
  left: -46%;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s;
}
.head .head-main .head-nav > ul > li .erji2 ul {
  margin-top: 0px;
  background: #f1f1f1;
}
.head .head-main .head-nav > ul > li .erji2 ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 15px 0px;
  color: 666;
}
.head .head-main .head-nav > ul > li .erji2 ul li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.head .head-main .head-tell-row {
  width: 18%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-main .head-tell-row img {
  display: block;
}
.head .head-main .head-tell-row p {
  font-size: 20px;
  color: var(--themeColor);
  text-align: center;
}
.index-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-title h1 {
  font-size: 45px;
  font-family: arial;
  color: #666;
  text-transform: uppercase;
}
.index-title p {
  font-size: 24px;
  color: var(--themeColor);
  margin-top: 10px;
}
.index-pro {
  padding: 90px 0px;
}
.index-pro .index-pro-main {
  padding-top: 20px;
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.index-pro .index-pro-main .swiper-container_pro {
  padding: 30px 20px;
}
.index-pro .index-pro-main a {
  display: block;
  background: #FAFAFA;
  padding: 30px 20px;
  transition: all 0.5s;
}
.index-pro .index-pro-main a:hover {
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}
.index-pro .index-pro-main a:hover .more {
  background: var(--themeColor) !important;
}
.index-pro .index-pro-main a .index-pro-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-pro .index-pro-main a .index-pro-list .index-pro-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.index-pro .index-pro-main a .index-pro-list .index-pro-item h1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.index-pro .index-pro-main a .index-pro-list .index-pro-item img {
  display: block;
  margin: 15px 0px;
}
.index-pro .index-pro-main a .index-pro-list .more {
  display: flex;
  background: #A1A1A1;
  align-items: center;
  padding: 6px 20px;
  border-radius: 35px;
  transition: all 0.5s;
}
.index-pro .index-pro-main a .index-pro-list .more p {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}
.index-pro .index-pro-main a .index-pro-list .more img {
  display: block;
}
.index-about {
  width: 100%;
  background: url(../images/index-about-bg.jpg) no-repeat;
  height: 700px;
}
.index-about .index-title {
  padding-top: 30px;
}
.index-about .index-title h1,
.index-about .index-title p {
  color: #fff !important;
}
.index-about .index-about-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-left {
  width: 59%;
}
.index-about .index-about-main .index-about-left img {
  display: block;
  width: 100%;
}
.index-about .index-about-main .index-about-right {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-about .index-about-main .index-about-right > p {
  color: #fff;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 45px;
  font-weight: 300;
}
.index-about .index-about-main .index-about-right .index-about-more {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-about .index-about-main .index-about-right .index-about-more img {
  display: block;
}
.index-about .index-about-main .index-about-right .index-about-more a {
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 20px;
  font-size: 22px;
  font-weight: 300;
}
.index-about .index-about-main .index-about-right .index-about-more a:hover {
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
}
.index-photo {
  padding-top: 90px;
}
.index-photo .index-photo-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.index-photo .index-photo-main .video {
  margin-top: 45px;
  width: 100%;
}
.index-photo .index-photo-main .index-photo-cont {
  margin-top: 30px;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group {
  display: flex;
  justify-content: space-between;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group img {
  display: block;
  transition: all 0.5s;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group .index-photo-group-left {
  width: 680px;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group ul li {
  margin-bottom: 30px;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group ul li a {
  display: block;
  overflow: hidden;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group ul li a:hover img {
  transform: scale(1.3);
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group ul li:last-child {
  margin-bottom: 0px;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-group .index-photo-group-right {
  width: 490px;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-list {
  margin-top: 30px;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-list img {
  display: block;
  transition: all 0.5s;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-list a {
  display: block;
  overflow: hidden;
}
.index-photo .index-photo-main .index-photo-cont .index-photo-list a:hover img {
  transform: scale(1.3);
}
.index-youshi {
  background: #3770b2;
  margin-top: 90px;
  padding: 90px 0px;
}
.index-youshi .index-title h1,
.index-youshi .index-title p {
  color: #fff !important;
}
.index-youshi .index-youshi-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin-top: 65px;
}
.index-youshi .index-youshi-main ul {
  display: flex;
  justify-content: space-between;
}
.index-youshi .index-youshi-main ul li {
  width: 23%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.index-youshi .index-youshi-main ul li * {
  transition: all 0.5s;
}
.index-youshi .index-youshi-main ul li:hover {
  background: #fff;
}
.index-youshi .index-youshi-main ul li:hover .box h3 {
  color: var(--themeColor);
}
.index-youshi .index-youshi-main ul li:hover .box p {
  color: #000;
}
.index-youshi .index-youshi-main ul li:hover .box h5 {
  background: var(--themeColor);
}
.index-youshi .index-youshi-main ul li:nth-child(1):hover .box .ico {
  background: url(../images/ico1-a.png) no-repeat center !important;
}
.index-youshi .index-youshi-main ul li:nth-child(2) .box .ico {
  background: url(../images/ico2.png) no-repeat center !important;
}
.index-youshi .index-youshi-main ul li:nth-child(2):hover .box .ico {
  background: url(../images/ico2-a.png) no-repeat center !important;
}
.index-youshi .index-youshi-main ul li:nth-child(3) .box .ico {
  background: url(../images/ico3.png) no-repeat center !important;
}
.index-youshi .index-youshi-main ul li:nth-child(3):hover .box .ico {
  background: url(../images/ico3-a.png) no-repeat center !important;
}
.index-youshi .index-youshi-main ul li:nth-child(4) .box .ico {
  background: url(../images/ico4.png) no-repeat center !important;
}
.index-youshi .index-youshi-main ul li:nth-child(4):hover .box .ico {
  background: url(../images/ico4-a.png) no-repeat center !important;
}
.index-youshi .index-youshi-main ul li .box {
  padding: 55px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-youshi .index-youshi-main ul li .box .ico {
  width: 140px;
  height: 100px;
  background: url(../images/ico1.png) no-repeat center;
}
.index-youshi .index-youshi-main ul li .box h3 {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
.index-youshi .index-youshi-main ul li .box p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 35px;
  text-align: center;
}
.index-youshi .index-youshi-main ul li .box h5 {
  width: 45px;
  height: 8px;
  background: #fff;
  margin-top: 45px;
}
.index-anli {
  padding-top: 90px;
}
.index-anli .index-anli-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding-top: 60px;
}
.index-anli .index-anli-main .index-anli-group {
  display: flex;
  justify-content: space-between;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left {
  width: 680px;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left img {
  display: block;
  transition: all 0.5s;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left a:hover img {
  transform: scale(1.2);
}
.index-anli .index-anli-main .index-anli-group .index-anli-left a:hover span {
  color: #fff !important;
  background: var(--themeColor) !important;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left a .index-anli-title-row {
  position: absolute;
  right: 25px;
  text-align: right;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left a .index-anli-title-row h1 {
  font-size: 48px;
  color: #000;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left a .index-anli-title-row p {
  font-size: 30px;
}
.index-anli .index-anli-main .index-anli-group .index-anli-left a .index-anli-title-row span {
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
  font-size: 22px;
  padding: 8px 38px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right {
  width: 480px;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right img {
  display: block;
  transition: all 0.5s;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right a:hover img {
  transform: scale(1.2);
}
.index-anli .index-anli-main .index-anli-group .index-anli-right a:hover span {
  color: #fff !important;
  background: var(--themeColor) !important;
  border: 1px solid var(--themeColor) !important;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right a .index-anli-title-row {
  position: absolute;
  right: 25px;
  text-align: right;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right a .index-anli-title-row h1 {
  font-size: 48px;
  color: #fff;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right a .index-anli-title-row p {
  font-size: 30px;
  color: #fff;
}
.index-anli .index-anli-main .index-anli-group .index-anli-right a .index-anli-title-row span {
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  padding: 8px 38px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s;
}
.index-anli .index-anli-main .index-anli-list {
  margin-top: 40px;
}
.index-anli .index-anli-main .index-anli-list ul {
  display: flex;
}
.index-anli .index-anli-main .index-anli-list ul li {
  width: 32%;
  margin-right: 40px;
}
.index-anli .index-anli-main .index-anli-list ul li:nth-child(3n) {
  margin-right: 0px;
}
.index-anli .index-anli-main .index-anli-list ul li img {
  display: block;
  transition: all 0.5s;
}
.index-anli .index-anli-main .index-anli-list ul li a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index-anli .index-anli-main .index-anli-list ul li a:hover img {
  transform: scale(1.2);
}
.index-anli .index-anli-main .index-anli-list ul li a:hover h1,
.index-anli .index-anli-main .index-anli-list ul li a:hover p {
  color: #fff !important;
}
.index-anli .index-anli-main .index-anli-list ul li a:hover span {
  color: #fff !important;
  background: var(--themeColor) !important;
  border: 1px solid var(--themeColor) !important;
}
.index-anli .index-anli-main .index-anli-list ul li a .index-anli-title-row {
  position: absolute;
  right: 25px;
  text-align: right;
  top: 20px;
}
.index-anli .index-anli-main .index-anli-list ul li a .index-anli-title-row h1 {
  font-size: 36px;
  color: #000;
}
.index-anli .index-anli-main .index-anli-list ul li a .index-anli-title-row p {
  font-size: 22px;
  color: #000;
}
.index-anli .index-anli-main .index-anli-list ul li a .index-anli-title-row span {
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  padding: 8px 38px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s;
}
.pro-detail-content img {
  display: block;
  width: 100%;
}
img,
span,
a {
  max-width: 100%;
}
.mask .close span {
  display: block;
}
.pageBox {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.index-honor {
  padding-top: 80px;
  margin-top: 80px;
  background: url(../images/honor-bg.jpg) repeat-y;
  padding-bottom: 80px;
}
.index-honor .index-honor-main {
  padding-top: 50px;
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}
.index-honor .index-honor-main ul {
  display: flex;
  flex-wrap: wrap;
}
.index-honor .index-honor-main ul li {
  width: 24.8%;
  transition: all 0.5s;
  margin-top: 10px;
  background: url(../images/kuan.png) no-repeat;
}
.index-honor .index-honor-main ul li:hover {
  transform: translate(0px, -30px);
}
.index-honor .index-honor-main ul li:nth-child(4n) {
  margin-right: 0px;
}
.index-honor .index-honor-main ul li a {
  display: block;
  padding: 45px 40px 50px 40px;
}
.index-honor .index-honor-main ul li a img {
  display: block;
  z-index: -1;
  width: 92%;
}
.index-honor .index-honor-main .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.index-honor .index-honor-main .more a {
  padding: 10px 60px;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  font-size: 25px;
  font-weight: 300;
  transition: all 0.5s;
}
.index-honor .index-honor-main .more a:hover {
  border: 1px solid var(--themeColor);
  color: #fff;
  background: var(--themeColor);
}
.index-news {
  background: url(../images/index-news-bg.jpg) no-repeat center;
  width: 100%;
  height: 820px;
}
.index-news .index-title {
  padding-top: 65px;
}
.index-news .index-title h1,
.index-news .index-title p {
  color: #fff !important;
}
.index-news .index-news-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-news .index-news-main .index-news-left {
  width: 48%;
}
.index-news .index-news-main .index-news-left a:hover .ico img {
  transform: scale(1.2);
}
.index-news .index-news-main .index-news-left a .ico {
  overflow: hidden;
}
.index-news .index-news-main .index-news-left a .ico img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-left a .index-news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #4d80ba;
  padding: 12px 20px;
}
.index-news .index-news-main .index-news-left a .index-news-title p {
  width: 90%;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
.index-news .index-news-main .index-news-right {
  width: 49%;
}
.index-news .index-news-main .index-news-right .index-news-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .index-news-main .index-news-right .index-news-more p {
  color: #fff;
  font-size: 22px;
}
.index-news .index-news-main .index-news-right .index-news-more a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.index-news .index-news-main .index-news-right .index-news-more a:hover {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right .index-news-list ul li {
  border: 1px solid #fff;
  margin-top: 21px;
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-right .index-news-list ul li:hover {
  background: #fff;
}
.index-news .index-news-main .index-news-right .index-news-list ul li:hover a h1,
.index-news .index-news-main .index-news-right .index-news-list ul li:hover a span {
  color: var(--themeColor);
}
.index-news .index-news-main .index-news-right .index-news-list ul li:hover a p {
  color: #000;
}
.index-news .index-news-main .index-news-right .index-news-list ul li * {
  transition: all 0.5s;
}
.index-news .index-news-main .index-news-right .index-news-list ul li a {
  position: relative;
  display: block;
  padding: 15px;
  color: #fff;
}
.index-news .index-news-main .index-news-right .index-news-list ul li a span {
  position: absolute;
  bottom: 15px;
  right: 30px;
  font-size: 18px;
  font-family: arial;
}
.index-news .index-news-main .index-news-right .index-news-list ul li a h1 {
  font-size: 23px;
  font-weight: 400;
}
.index-news .index-news-main .index-news-right .index-news-list ul li a p {
  line-height: 27px;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
}
.index-hezuo {
  padding: 60px 0px;
}
.index-hezuo .index-hezuo-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding-top: 50px;
}
.index-hezuo .index-hezuo-main .swiper-container_hezuo {
  padding: 20px 20px;
}
.index-hezuo .index-hezuo-main .swiper-slide {
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
}
.index-hezuo .index-hezuo-main .swiper-slide a {
  overflow: hidden;
  display: block;
}
.index-hezuo .index-hezuo-main .swiper-slide a:hover img {
  transform: scale(1.2);
}
.index-hezuo .index-hezuo-main .swiper-slide a img {
  transition: all 0.5s;
}
.index-hezuo .index-hezuo-main .index-hezuo-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.index-hezuo .index-hezuo-main .index-hezuo-more a {
  padding: 10px 60px;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  font-size: 25px;
  font-weight: 300;
  transition: all 0.5s;
}
.index-hezuo .index-hezuo-main .index-hezuo-more a:hover {
  border: 1px solid var(--themeColor);
  color: #fff;
  background: var(--themeColor);
}
.footer {
  background: #f7f7f7;
  padding: 30px 0px;
}
.footer .footer-main {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-main .footer-logo {
  width: 17%;
  border-right: 1px solid #e6e6e6;
}
.footer .footer-main .footer-cont {
  border-right: 1px solid #e6e6e6;
  width: 43%;
}
.footer .footer-main .footer-cont ul li {
  display: flex;
  align-items: center;
  line-height: 33px;
  font-weight: 300;
  font-size: 18px;
}
.footer .footer-main .footer-cont ul li:nth-child(2) img {
  margin-right: 13px;
}
.footer .footer-main .footer-cont ul li img {
  display: block;
  margin-right: 15px;
}
.footer .footer-main .footer-right {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-main .footer-right .footer-wechat {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 38%;
}
.footer .footer-main .footer-right .footer-wechat img {
  display: block;
  width: 100%;
}
.footer .footer-main .footer-right .footer-wechat p {
  font-weight: 300;
  margin-top: 5px;
}
.footer .footer-main .footer-right .footer-tell-row {
  width: 56%;
}
.footer .footer-main .footer-right .footer-tell-row .footer-tell-title {
  display: flex;
  margin-bottom: 15px;
}
.footer .footer-main .footer-right .footer-tell-row .footer-tell-title img {
  display: block;
  width: 26px;
  height: 22px;
  margin-right: 5px;
}
.footer .footer-main .footer-right .footer-tell-row .footer-tell-title p {
  font-weight: 300;
}
.footer .footer-main .footer-right .footer-tell-row h5 {
  color: var(--themeColor);
  font-family: arial;
  font-size: 26px;
  line-height: 30px;
}
.footer .footer-main .footer-right .footer-tell-row h5:nth-child(3) {
  margin-bottom: 10px;
}
.footer .footer-main .footer-right .footer-tell-row a {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}
.footer .footer-main .footer-right .footer-tell-row a:hover {
  color: var(--themeColor);
}
.ht-container {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
.ht-container .ht-left {
  width: 20%;
}
.ht-container .ht-left .ht-left-nav {
  border-bottom: 8px solid var(--themeColor);
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title {
  background: var(--themeColor);
  padding: 30px 0px 30px 25px;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h1 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title h1 span {
  font-weight: 600;
}
.ht-container .ht-left .ht-left-nav .ht-left-nav-title p {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
}
.ht-container .ht-left .ht-left-nav > ul {
  border: 1px solid #ddd;
  background: #fff;
}
.ht-container .ht-left .ht-left-nav > ul > li:last-child a {
  border-bottom: 0px;
}
.ht-container .ht-left .ht-left-nav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
}
.ht-container .ht-left .ht-left-nav > ul > li > a:hover {
  color: var(--themeColor);
}
.ht-container .ht-left .ht-left-nav > ul > li > a i {
  margin-right: 15px;
  font-size: 22px;
}
.ht-container .ht-left .ht-left-nav > ul > li > ul {
  border-bottom: 1px solid #ddd;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul {
  border-right: 1px solid #ddd;
  padding: 0px 10px;
  border-bottom: 1px solid #ddd;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul > li i {
  font-size: 22px;
  margin-right: 15px;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul > li:last-child {
  border-bottom: 1px solid #fff;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 20px 10px;
  padding-left: 30px;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul > li::before {
  content: "";
  width: 10px;
  height: 61px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: #ddd;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul > li::after {
  content: ">";
  width: 25px;
  height: 25px;
  background: #e6e6e6;
  color: #666;
  position: absolute;
  right: 15px;
  top: 18px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "宋体";
  font-weight: 600;
  cursor: pointer;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .index-erji {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  display: none;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .index-erji li {
  border-bottom: 1px solid #fff;
  width: 100%;
  box-sizing: border-box;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .index-erji li a {
  font-size: 16px;
  padding: 20px 0px 20px 55px;
  display: block;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .index-erji li a:hover {
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .active {
  border-bottom: 1px solid #fff;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .active::before {
  content: "";
  width: 10px;
  height: 61px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: var(--themeColor);
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .active::after {
  transform: rotate(90deg);
  background: var(--themeColor);
  color: #fff;
}
.ht-container .ht-left .ht-left-nav .index-pro-left-nav > ul .active .index-erji {
  display: flex;
}
.ht-container .ht-left .ht-left-lianxi {
  margin-top: 30px;
}
.ht-container .ht-left .ht-left-lianxi .ht-left-lianxi-title {
  background: var(--themeColor);
  padding: 20px 0px 20px 25px;
}
.ht-container .ht-left .ht-left-lianxi .ht-left-lianxi-title h1 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.ht-container .ht-left .ht-left-lianxi .ht-left-lianxi-title h1 span {
  font-weight: 600;
}
.ht-container .ht-left .ht-left-lianxi .ht-left-lianxi-title p {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
}
.ht-container .ht-left .ht-left-lianxi ul {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
}
.ht-container .ht-left .ht-left-lianxi ul li {
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.ht-container .ht-left .ht-left-lianxi ul li h5 {
  font-size: 16px;
  font-weight: 400;
}
.ht-container .ht-left .ht-left-lianxi ul li p {
  color: var(--themeColor);
}
.ht-container .ht-left .ht-left-lianxi ul li:last-child {
  margin-top: 10px;
}
.ht-container .ht-left .ht-left-lianxi ul li img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.ht-container .ht-right {
  width: 77%;
}
.ht-container .ht-right .ht-right-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.ht-container .ht-right .ht-right-title-row span {
  font-size: 25px;
  font-weight: 600;
  color: var(--themeColor);
  padding-left: 30px;
  border-left: 6px solid var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position {
  color: #4d4d4d;
  font-size: 15px;
}
.ht-container .ht-right .ht-right-title-row .ht-right-position a:hover {
  color: var(--themeColor);
}
.ht-container .ht-right .ht-right-title-row .ht-right-position i {
  color: var(--themeColor);
  font-size: 18px;
}
.ht-container .ht-right .aboutcont {
  font-size: 16px;
  color: #222;
  line-height: 2;
  padding-top: 20px;
}
.ht-container .ht-right .aboutcont img {
  max-width: 100% !important;
}
.newslist {
  border-radius: 4px;
  padding: 15px 0px;
}
.newslist ul li:last-child a {
  border-bottom: 0px;
}
.newslist ul li a:hover {
  text-decoration: none;
  color: var(--themeColor);
}
.newslist ul li .newslink {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  transition: all 1s;
  padding: 25px 20px;
}
.newslist ul li .newslink:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.newslist ul li .newslink:hover h3 {
  color: var(--themeColor) !important;
}
.newslist ul li .newslink .news-left {
  flex: 2;
}
.newslist ul li .newslink .news-left .news-left-img {
  overflow: hidden;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newslist ul li .newslink .news-left .news-left-img img {
  display: block;
}
.newslist ul li .newslink .news-container {
  flex: 6;
  padding: 0px 25px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.newslist ul li .newslink .news-container .news-title-row h3 {
  color: #111;
  font-weight: 400;
  font-size: 18px;
}
.newslist ul li .newslink .news-container .news-title-row p {
  color: #666;
  font-size: 13px;
  line-height: 2.3;
  margin-top: 12px;
  text-align: justify;
}
.newslist ul li .newslink .news-container .news-visits dl {
  display: flex;
}
.newslist ul li .newslink .news-container .news-visits dl dd {
  color: #999;
  font-size: 13px;
  border-bottom: 0px;
  margin-right: 20px;
}
.newslist ul li .newslink .news-container .news-visits dl dd i {
  margin-right: 8px;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.page .page-status,
.page a {
  cursor: pointer;
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.page .page-status:hover,
.page a:hover {
  background: var(--themeColor);
  color: #fff;
}
.redian {
  margin-top: 40px;
}
.redian .redian-title {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.redian .redian-title h2 {
  font-size: 70px;
  font-family: impact , arial;
  font-weight: 400;
  color: #f1f1f1;
  text-transform: uppercase;
}
.redian .redian-title h3 {
  font-size: 40px;
  color: var(--themeColor);
  margin-top: -40px;
}
.redian .redian-list {
  margin-top: 30px;
}
.redian .redian-list .redian-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.redian .redian-list .redian-top .redian-topLeft {
  width: 25%;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.redian .redian-list .redian-top .redian-topLeft img {
  display: block;
  transition: all 0.5s;
}
.redian .redian-list .redian-top .redian-topLeft img:hover {
  transform: scale(1.2);
}
.redian .redian-list .redian-top .redian-topRight {
  width: 71%;
}
.redian .redian-list .redian-top .redian-topRight a h3 {
  font-size: 20px;
  color: #222;
}
.redian .redian-list .redian-top .redian-topRight a h3:hover {
  color: var(--themeColor);
}
.redian .redian-list .redian-top .redian-topRight p {
  font-size: 16px;
  color: #777;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.redian .redian-list .redian-top .redian-topRight .redian-more a {
  background: #ddd;
  color: #333;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 35px;
  margin-top: 10px;
  display: inline-block;
}
.redian .redian-list .redian-top .redian-topRight .redian-more a:hover {
  background: var(--subColor);
  color: #fff;
}
.redian .redian-list ul {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redian .redian-list ul li {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: circle;
}
.redian .redian-list ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.redian .redian-list ul li a:hover {
  color: var(--themeColor);
}
.redian .redian-list ul li span {
  font-size: 14px;
  color: #bb0000;
}
.redian .redian-list ul li:nth-child(2n) {
  margin-right: 0px;
}
.newscont {
  margin-top: 50px;
}
.newscont .newscont-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.newscont .newscont-title h2 {
  height: 42px;
  width: 100%;
}
.newscont .newscont-title h1 {
  font-size: 30px;
  color: var(--themeColor);
}
.newscont .newscont-title ul {
  display: flex;
  margin-top: 30px;
  padding: 15px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 25px;
}
.newscont .newscont-title ul li {
  margin-right: 20px;
  color: #777;
  font-size: 14px;
}
.newscont .newscont-title ul li i {
  margin-right: 5px;
}
.newscont .newscontent {
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.newscont .newscontent img {
  max-width: 100% !important;
}
.newscont .PreNext {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newscont .PreNext a:hover {
  color: var(--themeColor);
}
.ht-liuyan {
  width: 920px;
  margin-top: 30px;
}
.ht-liuyan h3 {
  font-size: 30px;
  text-align: center;
  color: #4d4d4d;
  font-weight: 500;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .form-item {
  width: 49%;
}
.form-item input {
  width: 250px;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm input {
  width: 140px;
  margin-right: 10px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.neirong p {
  margin: 0px;
}
.neirong div {
  width: 100%;
}
.neirong textarea {
  width: 95%;
  padding: 10px 10px;
  border: 1px solid #ddd;
}
.form-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.form-btn input {
  margin-right: 10px;
}
.form-btn input:nth-child(1) {
  background: var(--themeColor);
  border: none;
  color: #fff;
  padding: 10px 35px;
  cursor: pointer;
}
.form-btn input:nth-child(2) {
  background: #eb1818;
  border: none;
  color: #fff;
  padding: 10px 35px;
  cursor: pointer;
  margin-left: 20px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.productlist {
  margin-top: 30px;
}
.productlist ul {
  display: flex;
  flex-wrap: wrap;
}
.productlist ul li {
  width: 32%;
  margin-right: 18px;
  margin-bottom: 20px;
}
.productlist ul li:nth-child(3n) {
  margin-right: 0px;
}
.productlist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  transition: all 0.5s;
}
.productlist ul li > a:hover {
  border: 1px solid var(--themeColor);
}
.productlist ul li > a img {
  display: block;
}
.productlist ul li > p {
  text-align: center;
  margin-top: 10px;
}
.caselist {
  margin-top: 30px;
}
.caselist ul {
  display: flex;
  flex-wrap: wrap;
}
.caselist ul li {
  width: 32%;
  margin-right: 18px;
  margin-bottom: 20px;
}
.caselist ul li:nth-child(3n) {
  margin-right: 0px;
}
.caselist ul li > a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.caselist ul li > a:hover img {
  transform: scale(1.2);
}
.caselist ul li > a img {
  display: block;
  transition: all 0.5s;
}
.caselist ul li > p {
  text-align: center;
  margin-top: 10px;
}
.procont .proTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.procont .proTop .proTop-left {
  width: 40%;
}
.procont .proTop .proTop-left img {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
.procont .proTop .proTop-left ul {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.procont .proTop .proTop-left ul li {
  width: 19%;
  margin-right: 8px;
  border: 1px solid #ddd;
  display: block;
  box-sizing: border-box;
}
.procont .proTop .proTop-left ul li:last-child a {
  border-right: 0px!important;
}
.procont .proTop .proTop-left ul li img {
  display: block;
  width: 98%;
}
.procont .proTop .proTop-left ul .active {
  border: 1px solid var(--themeColor);
}
.procont .proTop .proTop-right {
  width: 55%;
}
.procont .proTop .proTop-right h1 {
  font-size: 22px;
  color: var(--themeColor);
}
.procont .proTop .proTop-right ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.procont .proTop .proTop-right ul li {
  font-size: 14px;
  color: #777;
  margin-right: 15px;
}
.procont .proTop .proTop-right p {
  line-height: 30px;
  color: #666;
  margin-top: 15px;
  font-size: 15px;
}
.procont .proTop .proTop-right .proTop-btn {
  margin-top: 25px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.procont .proTop .proTop-right .proTop-btn a {
  display: inline-block;
  width: 180px;
  margin-right: 25px;
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 0px;
  transition: all 0.5s;
}
.procont .proTop .proTop-right .proTop-btn a:nth-child(2) {
  margin-right: 0px;
}
.procont .proTop .proTop-right .proTop-btn a:hover {
  background: var(--subColor);
  color: #222;
}
.procont .proxq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.procont .proxq h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--themeColor);
}
.procont .proxq h3 {
  width: 100%;
  background: url(../images/title_bg2.png) no-repeat center;
  height: 20px;
}
.procont .procontent {
  font-size: 18px;
  color: #333;
  line-height: 3;
  padding-top: 20px;
}
.procont .procontent img {
  max-width: 100% !important;
}
.pro-position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}
.pro-position span {
  color: var(--themeColor);
  font-size: 18px;
  margin-right: 15px;
}
.pro-position a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}
@media screen and (max-width: 1800px) {
  .banner img,
  .guanggao img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
@media screen and (min-width: 1930px) {
  .banner img,
  .guanggao img {
    width: 100%;
  }
  .aboutBanner {
    width: 100%;
  }
  .aboutBanner img {
    width: 100%;
  }
}
.banner img {
  display: block;
}
.banner .swiper-pagination-bullet {
  padding: 2px 12px;
  border-radius: 35px;
}
.banner .swiper-pagination-bullet-active {
  background: var(--themeColor);
}
